FlexGrid for WinForms
MultiColumnDictionary Constructor(DataTable,String,String[],Int32)



Data source object.
Name of the data source column that contains unique keys.
Array with the names of the columns that are included in the map.
Name of the column that is displayed in the grid.
Initializes a new instance of a bound MultiColumnDictionary class.
Syntax
'Declaration
 
Public Function New( _
   ByVal table As DataTable, _
   ByVal keyColumn As String, _
   ByVal columnNames() As String, _
   ByVal displayColumn As Integer _
)
'Usage
 
Dim table As DataTable
Dim keyColumn As String
Dim columnNames() As String
Dim displayColumn As Integer
 
Dim instance As New MultiColumnDictionary(table, keyColumn, columnNames, displayColumn)
public MultiColumnDictionary( 
   DataTable table,
   string keyColumn,
   string[] columnNames,
   int displayColumn
)

Parameters

table
Data source object.
keyColumn
Name of the data source column that contains unique keys.
columnNames
Array with the names of the columns that are included in the map.
displayColumn
Name of the column that is displayed in the grid.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback